Trigger main-to-staging after release-notes merges#1423
Merged
Conversation
Contributor
PR SummaryThis PR updates several GitHub Actions workflows and documentation to improve the deployment process for documentation and integrate release-notes management. The main changes include:
Test Suggestions
|
Contributor
Validate docs site✓ INFO: A live preview of the docs site is available — Open the preview |
Contributor
Lighthouse check results✓ INFO: No site pages to audit in this PR. Commit SHA: a9b37e1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What and why?
Release-note previews no longer use paired documentation PRs with temporary
ref:overrides. That removed the documentationmainpush that previously started the normalmain → staging → staging deploychain after a release-notes merge.Accept a
release-notes-publishedrepository dispatch in Merge main into staging. Its successful completion triggers the existing staging deployment throughworkflow_run, preserving the normal documentation promotion path without creating a temporary ref PR.The staging deployment run name includes the triggering merge-workflow run ID so the release-notes sender can wait for the exact downstream deployment.
How to test
releases/**.repository_dispatch.What needs special review?
Dependencies, breaking changes, and deployment notes
Merge this PR before validmind/release-notes#110. No user-facing changes.
Release notes
n/a (
internal)